home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 July/August / PC Active NR.227.iso / Software / Games / windows / Freeciv-2.1.9-win32-gtk2-setup.exe / data / civ2 / terrain.ruleset < prev    next >
Encoding:
Text File  |  2009-03-30  |  19.3 KB  |  675 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "rulesetdir <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; Note that the freeciv AI may not cope well with anything more
  11. ; than minor changes.
  12.  
  13. [datafile]
  14. description="Civ2 tile_type data for Freeciv"
  15. options="1.9"
  16.  
  17. [options]
  18. may_road=1           ; 0 means no, 1 means yes
  19. may_irrigate=1       ; 0 means no, 1 means yes
  20. may_mine=1           ; 0 means no, 1 means yes
  21. may_transform=1      ; 0 means no, 1 means yes
  22.  
  23. [parameters]
  24.  
  25. ; Percentage of "land" tiles required to be adjacent to an ocean tile before
  26. ; it may be "reclaimed" into a land tile (0-101; 0=anywhere, 101=nowhere)
  27. ocean_reclaim_requirement_pct=101
  28.  
  29. ; Percentage of "ocean" tiles required to be adjacent to a land tile before
  30. ; it may be "channeled" into an ocean tile (0-101; 0=anywhere, 101=nowhere)
  31. land_channel_requirement_pct=101
  32.  
  33. ; special movement costs for rivers:
  34. ;   0 - normal movement cost for rivers (matches Civ1)
  35. ;   1 - 1/3 movement cost, but only when moving exactly along rivers,
  36. ;       diagonal moves incur full terrain movement costs (matches Civ2)
  37. ;   2 - 1/3 movement cost directly along river, 2/3 for diagonals (this
  38. ;       is effectively the same as '1', as if you had done the two moves,
  39. ;       except for differences relating to ZOC, etc.)
  40. ;   3 - 1/3 movement cost for any river to river move (classic Freeciv)
  41. river_move_mode=1
  42.  
  43. ; percent added to defense if square is Civ2-style river
  44. river_defense_bonus=50
  45.  
  46. ; amount added to trade production if square is Civ2-style river
  47. river_trade_incr=1
  48.  
  49. ; help text for Civ2-style rivers
  50. river_help_text=_("\
  51. Any terrain type (except Ocean) may have a River on it.  A River adds 1\
  52.  trade to the resources produced by that tile.  It also increases a tile's\
  53.  defense factor by 50%.  Finally, land units may move along a River (but\
  54.  not diagonally); movement along a River costs only 1/3 of a movement point.\
  55. \n\n\
  56. Roads and railroads can only be built on River squares if your\
  57.  civilization has learned Bridge Building technology.\
  58. ")
  59.  
  60. ; percent added to defense if square has fortress
  61. fortress_defense_bonus=100
  62.  
  63. ; percent added to trade production if road and city has superhighways
  64. road_superhighway_trade_bonus=50
  65.  
  66. ; percent added to food production if square has railroad
  67. rail_food_bonus=0
  68.  
  69. ; percent added to shield production if square has railroad
  70. rail_shield_bonus=50
  71.  
  72. ; percent added to trade production if square has railroad
  73. rail_trade_bonus=0
  74.  
  75. ; percent subtracted from food production if square is polluted
  76. pollution_food_penalty=50
  77.  
  78. ; percent subtracted from shield production if square is polluted
  79. pollution_shield_penalty=50
  80.  
  81. ; percent subtracted from trade production if square is polluted
  82. pollution_trade_penalty=50
  83.  
  84. ; percent subtracted from food production if square has fallout
  85. fallout_food_penalty=50
  86.  
  87. ; percent subtracted from shield production if square has fallout
  88. fallout_shield_penalty=50
  89.  
  90. ; percent subtracted from trade production if square has fallout
  91. fallout_trade_penalty=50
  92.  
  93. ; Below: The individual terrain types, one per section.
  94. ; For now, the number of such sections must be kept the same (=12).
  95. ; Also, terrains should be in the same order as defined in common/map.h,
  96. ; and have similar roles/effects, as some things are still hardwired.
  97. ; The actual tag used (the * in [terrain_*]) does not matter, except 
  98. ; it must be unique for each terrain, and it may be used in debug 
  99. ; output when reading this file.
  100. ;
  101. ; Notes:
  102. ;
  103. ; name                 = name as seen by user; if "unused", it is not used
  104. ; graphic              = preferred base graphics tag in tilespec; must have
  105. ;                        tags with extensions _n0s0e0e0 etc.
  106. ; graphic_alt          = alternate graphics tag if preferred is not found;
  107. ;                        should be a standard tag if preferred is not;
  108. ;             otherwise may be "-"
  109. ; movement_cost        = typically 1 to 3
  110. ; defense_bonus        = percent added to defense; typically 0% to 200%
  111. ; food                 = normal food production
  112. ; shield               = normal shield production
  113. ; trade                = normal trade production
  114. ; resources            = list of possible resources on this terrain
  115. ; road_trade_incr      = increment to trade if square has road
  116. ; road_time            = time to build road; if 0, cannot build road
  117. ; irrigation_result    = result of irrigation; one of:
  118. ;                        "no"  -- cannot irrigate
  119. ;                        "yes" -- can irrigate
  120. ;                        terrain name -- irrigation changes to that terrain
  121. ; irrigation_food_incr = increment to food if square is irrigated
  122. ; irrigation_time      = time to irrigate; if 0, cannot irrigate
  123. ; mining_result        = result of mining; one of:
  124. ;                        "no"  -- cannot mine
  125. ;                        "yes" -- can mine
  126. ;                        terrain name -- mining changes to that terrain
  127. ; mining_shield_incr   = increment to shields if square is mined
  128. ; mining_time          = time to mine; if 0, cannot mine
  129. ; transform_result     = result of transformation; one of:
  130. ;                        "no"  -- cannot transform
  131. ;                        terrain name -- transformation changes to that terrain
  132. ; transform_time       = time to transform; if 0, cannot transform
  133. ; warmer_wetter_result = result of global warming for wet terrains; one of:
  134. ;                        "no"  -- no change; doesn''t count for warming
  135. ;                        "yes" -- no change; counts for warming
  136. ;                        terrain name -- warming changes to that terrain
  137. ; warmer_drier_result  = result of global warming for dry terrains;
  138. ;                        see warmer_wetter_result
  139. ; cooler_wetter_result = result of nuclear winter for wet terrains;
  140. ;                        see warmer_wetter_result
  141. ; cooler_drier_result  = result of nuclear winter for dry terrains;
  142. ;                        see warmer_wetter_result
  143. ; flags                = General flags for this terrain:
  144. ;   - NoBarbs          = Barbarians will not be spawned here.
  145. ;   - NoPollution      = Pollution will not be put on this terrain type.
  146. ;   - Starter          = Players will only be started on "Starter" terrain.
  147. ;   - Oceanic          = This is an "ocean" terrain.  This has a big effect
  148. ;                        on gameplay.  Naval units can move on oceanic terrain,
  149. ;                        while land units cannot.  Oceanic tiles can be used
  150. ;                        as a water source for irrigation.  Cities built next
  151. ;                        to oceanic terrain can build naval improvements and
  152. ;                        units.  Most terrain improvements can only be built
  153. ;                        on land.  Oceanic terrain has no zones of control.
  154. ;                        The list goes on.
  155. ;   - CanHaveRiver     = Set to 1 if this terrain can have river on it (the
  156. ;                        actual chance of river generation is controlled
  157. ;                        separately).
  158. ; helptext           = optional help text string; should escape all raw 
  159. ;                 newlines so that xgettext parsing works
  160.  
  161. [terrain_glacier]
  162. name                 = _("Glacier")
  163. graphic              = "arctic"
  164. graphic_alt         = "-"
  165. identifier         = "a"
  166. movement_cost        = 2
  167. defense_bonus        = 0
  168. food                 = 0
  169. shield               = 0
  170. trade                = 0
  171. resources            = "Ivory", "Oil"
  172. road_trade_incr      = 0
  173. road_time            = 4
  174. irrigation_result    = "no"
  175. irrigation_food_incr = 0
  176. irrigation_time      = 0
  177. mining_result        = "yes"
  178. mining_shield_incr   = 1
  179. mining_time          = 10
  180. transform_result     = "Tundra"
  181. transform_time       = 24
  182. warmer_wetter_result = "no"
  183. warmer_drier_result  = "no"
  184. cooler_wetter_result = "no"
  185. cooler_drier_result  = "no"
  186. flags                = "NoBarbs", "CanHaveRiver"
  187. property_frozen      = 100
  188. helptext         = _("\
  189. Glaciers are found only in the most northerly or southerly\
  190.  reaches of the world.  They are very cold, and hence difficult to\
  191.  work with.\
  192. ")
  193.  
  194. [terrain_desert]
  195. name                 = _("Desert")
  196. graphic              = "desert"
  197. graphic_alt         = "-"
  198. identifier         = "d"
  199. movement_cost        = 1
  200. defense_bonus        = 0
  201. food                 = 0
  202. shield               = 1
  203. trade                = 0
  204. resources            = "Oasis", "Petroleum"
  205. road_trade_incr      = 1
  206. road_time            = 2
  207. irrigation_result    = "yes"
  208. irrigation_food_incr = 1
  209. irrigation_time      = 5
  210. mining_result        = "yes"
  211. mining_shield_incr   = 1
  212. mining_time          = 5
  213. transform_result     = "Plains"
  214. transform_time       = 24
  215. warmer_wetter_result = "Swamp"
  216. warmer_drier_result  = "no"
  217. cooler_wetter_result = "no"
  218. cooler_drier_result  = "no"
  219. flags                = "CanHaveRiver"
  220. property_dry         = 100
  221. property_tropical    = 50
  222. helptext         = _("\
  223. Deserts are regions of extreme dryness, making agriculture and\
  224.  trade very difficult.\
  225. ")
  226.  
  227. [terrain_forest]
  228. name                 = _("Forest")
  229. graphic              = "forest"
  230. graphic_alt         = "-"
  231. identifier         = "f"
  232. movement_cost        = 2
  233. defense_bonus        = 50
  234. food                 = 1
  235. shield               = 2
  236. trade                = 0
  237. resources            = "Pheasant", "Silk"
  238. road_trade_incr      = 0
  239. road_time            = 4
  240. irrigation_result    = "Plains"
  241. irrigation_food_incr = 0
  242. irrigation_time      = 5
  243. mining_result        = "no"
  244. mining_shield_incr   = 0
  245. mining_time          = 0
  246. transform_result     = "Grassland"
  247. transform_time       = 24
  248. warmer_wetter_result = "Jungle"
  249. warmer_drier_result  = "Desert"
  250. cooler_wetter_result = "no"
  251. cooler_drier_result  = "no"
  252. flags                = "Starter", "CanHaveRiver"
  253. property_temperate   = 50
  254. property_foliage     = 50
  255. helptext         = _("\
  256. Forests are densely wooded, making agriculture somewhat\
  257.  problematic.\
  258. ")
  259.  
  260. [terrain_grassland]
  261. name                 = _("Grassland")
  262. graphic              = "grassland"
  263. graphic_alt         = "-"
  264. identifier         = "g"
  265. movement_cost        = 1
  266. defense_bonus        = 0
  267. food                 = 2
  268. shield               = 0
  269. trade                = 0
  270. resources            = "Resources"
  271. road_trade_incr      = 1
  272. road_time            = 2
  273. irrigation_result    = "yes"
  274. irrigation_food_incr = 1
  275. irrigation_time      = 5
  276. mining_result        = "Forest"
  277. mining_shield_incr   = 0
  278. mining_time          = 10
  279. transform_result     = "Hills"
  280. transform_time       = 24
  281. warmer_wetter_result = "Swamp"
  282. warmer_drier_result  = "Desert"
  283. cooler_wetter_result = "Desert"
  284. cooler_drier_result  = "Tundra"
  285. flags                = "Starter", "CanHaveRiver"
  286. property_temperate   = 50
  287. property_green       = 50
  288. helptext         = _("\
  289. Grasslands afford exceptional agricultural opportunities.\
  290. ")
  291.  
  292. [terrain_hills]
  293. name                 = _("Hills")
  294. graphic              = "hills"
  295. graphic_alt         = "-"
  296. identifier         = "h"
  297. movement_cost        = 2
  298. defense_bonus        = 100
  299. food                 = 1
  300. shield               = 0
  301. trade                = 0
  302. resources            = "Coal", "Wine"
  303. road_trade_incr      = 0
  304. road_time            = 4
  305. irrigation_result    = "yes"
  306. irrigation_food_incr = 1
  307. irrigation_time      = 10
  308. mining_result        = "yes"
  309. mining_shield_incr   = 3
  310. mining_time          = 10
  311. transform_result     = "Plains"
  312. transform_time       = 24
  313. warmer_wetter_result = "no"
  314. warmer_drier_result  = "no"
  315. cooler_wetter_result = "no"
  316. cooler_drier_result  = "no"
  317. flags                = "Starter", "CanHaveRiver"
  318. property_green       = 50
  319. property_mountainous = 30
  320. helptext         = _("\
  321. In addition to being amenable to agriculture, Hills are frequently\
  322.  rich in resources.\
  323. ")
  324.  
  325. [terrain_jungle]
  326. name                 = _("Jungle")
  327. graphic              = "jungle"
  328. graphic_alt         = "-"
  329. identifier         = "j"
  330. movement_cost        = 2
  331. defense_bonus        = 50
  332. food                 = 1
  333. shield               = 0
  334. trade                = 0
  335. resources            = "Gems", "Fruit"
  336. road_trade_incr      = 0
  337. road_time            = 4
  338. irrigation_result    = "Grassland"
  339. irrigation_food_incr = 0
  340. irrigation_time      = 15
  341. mining_result        = "Forest"
  342. mining_shield_incr   = 0
  343. mining_time          = 15
  344. transform_result     = "Plains"
  345. transform_time       = 24
  346. warmer_wetter_result = "no"
  347. warmer_drier_result  = "no"
  348. cooler_wetter_result = "Desert"
  349. cooler_drier_result  = "Tundra"
  350. flags                = "CanHaveRiver"
  351. property_tropical    = 50
  352. property_foliage     = 50
  353. property_wet         = 50
  354. helptext         = _("\
  355. Jungles are densely overgrown, making agriculture somewhat\
  356.  problematic.\
  357. ")
  358.  
  359. [terrain_mountains]
  360. name                 = _("Mountains")
  361. graphic              = "mountains"
  362. graphic_alt         = "-"
  363. identifier         = "m"
  364. movement_cost        = 3
  365. defense_bonus        = 200
  366. food                 = 0
  367. shield               = 1
  368. trade                = 0
  369. resources            = "Gold", "Iron"
  370. road_trade_incr      = 0
  371. road_time            = 6
  372. irrigation_result    = "no"
  373. irrigation_food_incr = 0
  374. irrigation_time      = 0
  375. mining_result        = "yes"
  376. mining_shield_incr   = 1
  377. mining_time          = 10
  378. transform_result     = "Hills"
  379. transform_time       = 24
  380. warmer_wetter_result = "no"
  381. warmer_drier_result  = "no"
  382. cooler_wetter_result = "no"
  383. cooler_drier_result  = "no"
  384. flags                = "CanHaveRiver"
  385. property_mountainous = 70
  386. helptext         = _("\
  387. Mountains are regions of extreme altitude, making agriculture and\
  388.  trade very difficult.\
  389. ")
  390.  
  391. [terrain_ocean]
  392. name                 = _("Ocean")
  393. graphic              = "ocean"
  394. graphic_alt         = "-"
  395. identifier         = " "
  396. movement_cost        = 1
  397. defense_bonus        = 0
  398. food                 = 1
  399. shield               = 0
  400. trade                = 2
  401. resources            = "Fish", "Whales"
  402. road_trade_incr      = 0
  403. road_time            = 0
  404. irrigation_result    = "no"
  405. irrigation_food_incr = 0
  406. irrigation_time      = 0
  407. mining_result        = "no"
  408. mining_shield_incr   = 0
  409. mining_time          = 0
  410. transform_result     = "no"
  411. transform_time       = 0
  412. warmer_wetter_result = "no"
  413. warmer_drier_result  = "no"
  414. cooler_wetter_result = "no"
  415. cooler_drier_result  = "no"
  416. flags                = "Oceanic", "NoPollution", "UnsafeCoast", "NoCities"
  417. helptext         = _("\
  418. Oceans cover much of the world, and only sea units (Triremes and\
  419.  other boats) can travel on them.\
  420. \n\n\
  421. Ocean squares can never be polluted or subjected to fallout.\
  422. ")
  423.  
  424. [terrain_plains]
  425. name                 = _("Plains")
  426. graphic              = "plains"
  427. graphic_alt         = "-"
  428. identifier         = "p"
  429. movement_cost        = 1
  430. defense_bonus        = 0
  431. food                 = 1
  432. shield               = 1
  433. trade                = 0
  434. resources            = "Buffalo", "Wheat"
  435. road_trade_incr      = 1
  436. road_time            = 2
  437. irrigation_result    = "yes"
  438. irrigation_food_incr = 1
  439. irrigation_time      = 5
  440. mining_result        = "Forest"
  441. mining_shield_incr   = 0
  442. mining_time          = 15
  443. transform_result     = "Grassland"
  444. transform_time       = 24
  445. warmer_wetter_result = "Swamp"
  446. warmer_drier_result  = "Desert"
  447. cooler_wetter_result = "Desert"
  448. cooler_drier_result  = "Tundra"
  449. flags                = "Starter", "CanHaveRiver"
  450. property_green       = 50
  451. property_temperate   = 50
  452. helptext         = _("\
  453. Plains are very broad, sparse regions, which makes trade slightly\
  454.  inconvenient.\
  455. ")
  456.  
  457. [terrain_swamp]
  458. name                 = _("Swamp")
  459. graphic              = "swamp"
  460. graphic_alt         = "-"
  461. identifier         = "s"
  462. movement_cost        = 2
  463. defense_bonus        = 50
  464. food                 = 1
  465. shield               = 0
  466. trade                = 0
  467. resources            = "Peat", "Spice"
  468. road_trade_incr      = 0
  469. road_time            = 4
  470. irrigation_result    = "Grassland"
  471. irrigation_food_incr = 0
  472. irrigation_time      = 15
  473. mining_result        = "Forest"
  474. mining_shield_incr   = 0
  475. mining_time          = 15
  476. transform_result     = "Plains"
  477. transform_time       = 24
  478. warmer_wetter_result = "no"
  479. warmer_drier_result  = "no"
  480. cooler_wetter_result = "Desert"
  481. cooler_drier_result  = "Tundra"
  482. flags                = "CanHaveRiver"
  483. property_wet         = 100
  484. property_foliage     = 10
  485. helptext         = _("\
  486. Swamps suffer from an over-abundance of water, making agriculture\
  487.  somewhat problematic.\
  488. ")
  489.  
  490. [terrain_tundra]
  491. name                 = _("Tundra")
  492. graphic              = "tundra"
  493. graphic_alt         = "-"
  494. identifier         = "t"
  495. movement_cost        = 1
  496. defense_bonus        = 0
  497. food                 = 1
  498. shield               = 0
  499. trade                = 0
  500. resources            = "?animals:Game", "Furs"
  501. road_trade_incr      = 0
  502. road_time            = 2
  503. irrigation_result    = "yes"
  504. irrigation_food_incr = 1
  505. irrigation_time      = 5
  506. mining_result        = "no"
  507. mining_shield_incr   = 0
  508. mining_time          = 0
  509. transform_result     = "Desert"
  510. transform_time       = 24
  511. warmer_wetter_result = "no"
  512. warmer_drier_result  = "no"
  513. cooler_wetter_result = "Glacier"
  514. cooler_drier_result  = "Glacier"
  515. flags                = "Starter", "NoBarbs", "CanHaveRiver"
  516. property_cold        = 50
  517. helptext         = _("\
  518. Tundra are broad, cold regions, fit for some agriculture and little\
  519.  else.\
  520. ")
  521.  
  522. [resource_ivory]
  523. name        = _("Ivory")
  524. graphic     = "ts.arctic_ivory"
  525. graphic_alt = "-"
  526. food        = 1
  527. shield      = 1
  528. trade       = 4
  529. identifier  = "i"
  530.  
  531. [resource_oil]
  532. name        = _("Oil")
  533. graphic     = "ts.oil"
  534. graphic_alt = "-"
  535. shield      = 4
  536. identifier  = "x"
  537.  
  538. [resource_petroleum]
  539. name        = _("Petroleum")
  540. graphic     = "ts.oil"
  541. graphic_alt = "-"
  542. shield      = 3
  543. identifier  = "P"
  544.  
  545. [resource_oasis]
  546. name        = _("Oasis")
  547. graphic     = "ts.oasis"
  548. graphic_alt = "-"
  549. food        = 3
  550. identifier  = "o"
  551.  
  552. [resource_pheasant]
  553. name        = _("Pheasant")
  554. graphic     = "ts.pheasant"
  555. graphic_alt = "-"
  556. food        = 2
  557. identifier  = "p"
  558.  
  559. [resource_silk]
  560. name        = _("Silk")
  561. graphic     = "ts.silk"
  562. graphic_alt = "-"
  563. trade       = 3
  564. identifier  = "s"
  565.  
  566. [resource_resources]
  567. name        = _("Resources")
  568. graphic     = "ts.grassland_resources"
  569. graphic_alt = "-"
  570. shield      = 1
  571. identifier  = "r"
  572.  
  573. [resource_coal]
  574. name        = _("Coal")
  575. graphic     = "ts.coal"
  576. graphic_alt = "-"
  577. shield      = 2
  578. identifier  = "c"
  579.  
  580. [resource_wine]
  581. name        = _("Wine")
  582. graphic     = "ts.wine"
  583. graphic_alt = "-"
  584. trade       = 4
  585. identifier  = "w"
  586.  
  587. [resource_gems]
  588. name        = _("Gems")
  589. graphic     = "ts.gems"
  590. graphic_alt = "-"
  591. trade       = 4
  592. identifier  = "g"
  593.  
  594. [resource_fruit]
  595. name        = _("Fruit")
  596. graphic     = "ts.fruit"
  597. graphic_alt = "-"
  598. food        = 3
  599. trade       = 1
  600. identifier  = "f"
  601.  
  602. [resource_gold]
  603. name        = _("Gold")
  604. graphic     = "ts.gold"
  605. graphic_alt = "-"
  606. trade       = 6
  607. identifier  = "$"
  608.  
  609. [resource_iron]
  610. name        = _("Iron")
  611. graphic     = "ts.iron"
  612. graphic_alt = "-"
  613. shield      = 3
  614. identifier  = "/"
  615.  
  616. [resource_fish]
  617. name        = _("Fish")
  618. graphic     = "ts.fish"
  619. graphic_alt = "-"
  620. food        = 2
  621. identifier  = "y"
  622.  
  623. [resource_whales]
  624. name        = _("Whales")
  625. graphic     = "ts.whales"
  626. graphic_alt = "-"
  627. food        = 1
  628. shield      = 1
  629. identifier  = "v"
  630.  
  631. [resource_buffalo]
  632. name        = _("Buffalo")
  633. graphic     = "ts.buffalo"
  634. graphic_alt = "-"
  635. shield      = 2
  636. identifier  = "b"
  637.  
  638. [resource_wheat]
  639. name        = _("Wheat")
  640. graphic     = "ts.wheat"
  641. graphic_alt = "-"
  642. food        = 2
  643. identifier  = "j"
  644.  
  645. [resource_peat]
  646. name        = _("Peat")
  647. graphic     = "ts.peat"
  648. graphic_alt = "-"
  649. shield      = 4
  650. identifier  = "a"
  651.  
  652. [resource_spice]
  653. name        = _("Spice")
  654. graphic     = "ts.spice"
  655. graphic_alt = "-"
  656. food        = 2
  657. trade       = 4
  658. identifier  = "t"
  659.  
  660. [resource_game]
  661. name        = _("?animals:Game")
  662. graphic     = "ts.tundra_game"
  663. graphic_alt = "-"
  664. food        = 2
  665. shield      = 1
  666. identifier  = "e"
  667.  
  668. [resource_furs]
  669. name        = _("Furs")
  670. graphic     = "ts.furs"
  671. graphic_alt = "-"
  672. food        = 1
  673. trade       = 3
  674. identifier  = "u"
  675.